Articles by Falko Timme
-
Installing And Using OpenVZ On Fedora 14
Author: Falko Timme • Tags: fedora, openvz, virtualization • Comments: 0
Installing And Using OpenVZ On Fedora 14 In this HowTo I will describe how to prepare a Fedora 14 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14
Author: Falko Timme • Tags: fedora, nginx, web server • Comments: 1
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 14 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Helping The Random Number Generator To Gain Enough Entropy With rng-tools (Debian Lenny)
Author: Falko Timme • Tags: debian • Comments: 24
Helping The Random Number Generator To Gain Enough Entropy With rng-tools (Debian Lenny) You might know this situation: you want to generate a GPG or SSL key, and during that operation, your system tells you that no more random bytes are available and that it needs to collect more entropy, and you are stuck. This short guide tells you how to solve this problem with the package rng-tools on Debian Lenny.
-
-
Installing Lighttpd With PHP5 And MySQL Support On Fedora 14
Author: Falko Timme • Tags: fedora, lighttpd • Comments: 2
Installing Lighttpd With PHP5 And MySQL Support On Fedora 14 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 14 server with PHP5 support (through FastCGI) and MySQL support.
-
Enabling Compiz Fusion On A Fedora 14 GNOME Desktop (NVIDIA GeForce 8100)
Author: Falko Timme • Tags: desktop, fedora • Comments: 1
Enabling Compiz Fusion On A Fedora 14 GNOME Desktop (NVIDIA GeForce 8100) This tutorial shows how you can enable Compiz Fusion on a Fedora 14 GNOME desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8100 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop. I will use the free nouveau driver in this tutorial instead of the proprietary NVIDIA driver. nouveau is an accelerated Open Source driver for NVIDIA cards that comes with experimental 3D support on Fedora 14 - on my test system 3D support was working without any problems.
-
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 10.10
Author: Falko Timme • Tags: cherokee, ubuntu, web server • Comments: 0
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 10.10 Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 10.10 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing SugarCRM Community Edition On Fedora 14
Author: Falko Timme • Tags: fedora • Comments: 2
Installing SugarCRM Community Edition On Fedora 14 SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available in different flavours called "Editions" ("Community" (free), "Professional", and "Enterprise"). For a detailed overview of the different editions, have a look at the SugarCRM website. In this tutorial I will describe the installation of the free Community Edition on Fedora 14. With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM Community Edition offers everything that can be expected from a CRM solution.
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10
Author: Falko Timme • Tags: lighttpd, mysql, php, ubuntu • Comments: 1
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 10.10 server with PHP5 support (through FastCGI) and MySQL support.
-
Virtualization With KVM On Ubuntu 10.10
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 4
Virtualization With KVM On Ubuntu 10.10 This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 10.10 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.
-
Installing KVM Guests With virt-install On Ubuntu 10.10 Server
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 0
Installing KVM Guests With virt-install On Ubuntu 10.10 Server Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g. Linux, Windows, Solaris, FreeBSD, OpenBSD) and distributions in a guest, just like virt-manager. This article shows how you can use it on an Ubuntu 10.10 KVM server.